home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / CBSA / GAMES / ZIP2000 / Utilities / !Check / Desc < prev    next >
Text File  |  1997-02-04  |  723b  |  40 lines

  1. # This is a description of the wimp interface for Check
  2.  
  3. tool_details_start
  4.    name          "Check";
  5.    version       "6/8 (13-Aug-96)";
  6.    wimpslot      16k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_auto_save        leafname from icn 3;
  14.    has_text_window;
  15.    has_summary_window;
  16.    display_dft_is text;
  17. metaoptions_end
  18.  
  19.  
  20. dbox_start
  21.  
  22.    icons_start
  23.       icn 3  maps_to string not_saved;
  24.       icn 6  maps_to "" produces_output;
  25.    icons_end
  26.  
  27.    defaults
  28.       icn 6  off;
  29.                 
  30.    imports_start
  31.       drag_to icn 3   inserts icn 3;
  32.       drag_to any     inserts icn 3;
  33.       drag_to iconbar inserts icn 3;
  34.    imports_end
  35.  
  36. dbox_end
  37.  
  38.  
  39. order_is icn 3, icn 6, output;
  40.